Journals
  Publication Years
  Keywords
Search within results Open Search
Please wait a minute...
For Selected: Toggle Thumbnails
Improved traffic sign recognition algorithm based on YOLO v3 algorithm
JIANG Jinhong, BAO Shengli, SHI Wenxu, WEI Zhenkun
Journal of Computer Applications    2020, 40 (8): 2472-2478.   DOI: 10.11772/j.issn.1001-9081.2020010062
Abstract1054)      PDF (1310KB)(987)       Save
Concerning the problems of large number of parameters, poor real-time performance and low accuracy of traffic sign recognition algorithms based on deep learning, an improved traffic sign recognition algorithm based on YOLO v3 was proposed. First, the depthwise separable convolution was introduced into the feature extraction layer of YOLO v3, as a result, the convolution process was decomposed into depthwise convolution and pointwise convolution to separate intra-channel convolution and inter-channel convolution, thus greatly reducing the number of parameters and the calculation of the algorithm while ensuring a high accuracy. Second, the Mean Square Error (MSE) loss was replaced by the GIoU (Generalized Intersection over Union) loss, which quantified the evaluation criteria as a loss. As a result, the problems of MSE loss such as optimization inconsistency and scale sensitivity were solved. At the same time, the Focal loss was also added to the loss function to solve the problem of severe imbalance between positive and negative samples. By reducing the weight of simple background classes, the new algorithm was more likely to focus on detecting foreground classes. The results of applying the new algorithm to the traffic sign recognition task show that, on the TT100K (Tsinghua-Tencent 100K) dataset, the mean Average Precision (mAP) of the algorithm reaches 89%, which is 6.6 percentage points higher than that of the YOLO v3 algorithm; the number of parameters is only about 1/5 of the original YOLO v3 algorithm, and the Frames Per Second (FPS) is 60% higher than YOLO v3 algorithm. The proposed algorithm improves detection speed and accuracy while reducing the number of model parameters and calculation.
Reference | Related Articles | Metrics
Robot path planning based on improved ant colony and pigeon inspired optimization algorithm
LIU Ang, JIANG Jin, XU Kefeng
Journal of Computer Applications    2020, 40 (11): 3366-3372.   DOI: 10.11772/j.issn.1001-9081.2020040538
Abstract422)      PDF (1570KB)(510)       Save
A method was proposed by combining the global and local path planning algorithms for the problems of slow iteration and not good path in mobile robot path planning under complex environment. Firstly, the synchronous bidirectional A * algorithm was used for the pheromone optimization of ant colony algorithm, and the transition probability and pheromone update mechanism of ant colony algorithm were improved, so that the global optimization of the algorithm was faster and the path length of the mobile robot was shortened. Furthermore, the static path was used to initialize the pigeon inspired optimization algorithm. Secondly, the improved pigeon inspired optimization algorithm was used for the local path planning of the mobile robot. The simulated annealing criteria were introduced to solve the local optimum problem, and the logarithmic S-type transfer function was used to optimize the step size of the number of pigeons, so as to better avoid the collision with dynamic obstacles. Finally, the cubic B-spline curve was used to smooth and replan the route. Simulation results indicate that the algorithm can generate smooth paths with short length and small evaluation value in both global static and local dynamic phases, and converge quickly, which is suitable for mobile robot to travel in dynamic and complex environments.
Reference | Related Articles | Metrics
Reliable wave division multiplexing/time division multiplexing passive optical network with cost efficient hybrid protection
XIONG Yu, TANG Xiaofei, JIANG Jing
Journal of Computer Applications    2015, 35 (3): 601-605.   DOI: 10.11772/j.issn.1001-9081.2015.03.601
Abstract466)      PDF (888KB)(13709)       Save

To limit the number of components in the protection switching process and to accordingly reduce the protection cost, a new reliable Wave Division Multiplexing/Time Division Multiplexing Passive Optical Network (WDM/TDM-PON) architecture with cost-efficient hybrid protection was proposed. Firstly, the logic decision unit, protection path control unit and backup transceiver unit were designed in Optical Line Terminal (OLT) to only switch failure components to their backups in Wave Division Multiplexing (WDM) segment. Secondly, by employing the cross bus structure in Time Division Multiplexing (TDM) segment, fast protection switching was achieved in a distributed manner. According to the analytic results of the hybrid protection, the proposed architecture can provide fast and full protection in recovery time of 1.5 to 2.4 ms against Feed Fiber (FF), Distribution Fiber (DF) and Last Mile Fiber (LMF) failures. Certainly, the proposed architecture can also significantly reduce the protection overhead, and achieve great scalability.

Reference | Related Articles | Metrics
Route optimization of unban waterlogging rescue based on improved ant colony optimization
JIANG Jingui ZHANG Pengfei
Journal of Computer Applications    2014, 34 (7): 2103-2106.   DOI: 10.11772/j.issn.1001-9081.2014.07.2103
Abstract217)      PDF (585KB)(437)       Save

When urban waterlogging disasters occur, the scientific deployment of rescue resources can improve the efficiency of urban emergency rescue, and minimize disaster losses. In view of the fact that urban routes are affected by terrain, road conditions and the seriousness of waterlogging, the authors introduced the connected coefficient and the unblocked coefficient, so as to better reflect the urban route conditions and waterlogging disaster. Considering that the ant colony algorithm has some disadvantages, such as slow convergence, easy to fall into local optimum, by randomly selecting the affected areas and introducing a pheromone update operator strategy the ant colony algorithm was improved, which is used to solve the route optimization model. Empirical analysis shows that the improved ant colony algorithm of solving urban waterlogging rescue route optimization has better result.

Reference | Related Articles | Metrics
Application of deep belief nets in spam filtering
SUN Jingguang JIANG Jinye MENG Xiangfu LI Xiujuan
Journal of Computer Applications    2014, 34 (4): 1122-1125.   DOI: 10.11772/j.issn.1001-9081.2014.04.1122
Abstract429)      PDF (600KB)(626)       Save

Concerning the problem that how to initialize the weights of deep neural networks, which resulted in poor solutions with low generalization for spam filtering, a classification method of Deep Belief Net (DBN) was proposed based on the fact that the existing spam classifications are shallow learning methods. The DBN was pre-trained with the greedy layer-wise unsupervised algorithm, which achieved the initialization of the network. The experiments were conducted on three datesets named LinsSpam, SpamAssassin and Enron1. It is shown that compared with Support Vector Machines (SVM) which is the state-of-the-art method for spam filtering in terms of classification performance, the spam filtering using DBN is feasible, and can get better accuracy and recall.

Reference | Related Articles | Metrics
Application of ant colony optimization to logistics vehicle dispatching system
LI Xiujuan YANG Yue JIANG Jinye JIANG Liming
Journal of Computer Applications    2013, 33 (10): 2822-2826.  
Abstract751)      PDF (797KB)(746)       Save
The thorough research on ant colony algorithm points out that the ant colony algorithm has superiority in solving large nonlinear optimization problem. Through careful analysis of the deficiencies that genetic algorithm and particle swarm algorithm solve the problem of vehicle dispatching system, based on the advantage of ant colony algorithm and the own characteristics of vehicle dispatching system, the basic ant colony algorithm was improved in the paper, and the algorithm framework was created. Based on the linear programming theory, the article established mathematical model and operation objectives and constraints for vehicle dispatching system, and got the optimal solution of vehicle dispatching system problem with the improved ant colony algorithm. According to the optimal solution and the dispatching criterion real-time scheduling was achieved. The article used Java language to write a simulation program for comparing the improved particle swarm optimization algorithm and ant colony algorithm. Through the comparison, it is found a result that the improved ant colony algorithm is correct and effective to solve the vehicle dispatching optimization problem.
Related Articles | Metrics
Navigation algorithm and implementation for blind based on GPS trajectory
LU Yuanyao JIANG Jin
Journal of Computer Applications    2013, 33 (04): 1161-1164.   DOI: 10.3724/SP.J.1087.2013.01161
Abstract729)      PDF (664KB)(656)       Save
This paper described an outdoor Global Positioning System (GPS) navigation algorithm for the blind by analyzing the GPS trajectory data received by the embedded platform Windows CE. Based on the data analysis of GPS trajectory, the algorithm introduced a method for the judgment of turning points and turning directions. During practical navigation, the blind can use the real-time voice prompt information for walking guidance. The experimental results show that the judgment of turning points can be realized in this algorithm effectively, and navigation information is effective and practical on helping users arrive at destinations safely and accurately.
Reference | Related Articles | Metrics
Research of recognition on handwritten Chinese character based on procedure neural networks
Jian-ping Wang Tie-Jiang Jin Wei Shao
Journal of Computer Applications   
Abstract1533)      PDF (597KB)(1325)       Save
The topological property among stroke segments was analyzed. Image of handwritten Chinese character is transformed to geometric graphics, and the graphics was composed of some styles of Chinese character strokes with fault tolerance in different positions. Procedure neural network was applied to extract complex strokes of handwritten Chinese character. The style, number and number of joint and crossover of complex strokes were accumulated, and a kind of characteristic knowledge database table of handwritten Chinese characters was constructed. Handwritten Chinese character in SCUT-IRAC-HCCLIB were tested, and this method can simplify the recognition process, as well as has a high recognition rate.
Related Articles | Metrics